home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 191
- Top = 140
- Width = 757
- Height = 475
- Caption = 'ADO.NET Examples'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 16
- object Button1: TButton
- Left = 8
- Top = 16
- Width = 233
- Height = 25
- Caption = 'ADOConnection and ADOCommand'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 8
- Top = 56
- Width = 233
- Height = 25
- Caption = 'Show Customers Using DataReader'
- TabOrder = 1
- OnClick = Button2Click
- end
- object ListBox1: TListBox
- Left = 256
- Top = 16
- Width = 481
- Height = 417
- ItemHeight = 16
- TabOrder = 2
- end
- object Button3: TButton
- Left = 8
- Top = 136
- Width = 233
- Height = 25
- Caption = 'Create In Memory DataSet'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 8
- Top = 176
- Width = 233
- Height = 25
- Caption = 'Load DataSet From ABC.XML'
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 8
- Top = 96
- Width = 233
- Height = 25
- Caption = 'Show Customers Using DataSet'
- TabOrder = 5
- OnClick = Button5Click
- end
- end
-